projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e98ff3e
)
(global-whitespace-mode): New alias for whitespace-global-mode.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 22 Aug 2004 17:04:22 +0000
(17:04 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 22 Aug 2004 17:04:22 +0000
(17:04 +0000)
lisp/whitespace.el
patch
|
blob
|
history
diff --git
a/lisp/whitespace.el
b/lisp/whitespace.el
index e330febf93814bfd3a8c4c8fb545440dc0237482..40a234f02d67c5f86b25886ea7c225a88bd0f391 100644
(file)
--- a/
lisp/whitespace.el
+++ b/
lisp/whitespace.el
@@
-819,6
+819,9
@@
If timer is not set, then set it to scan the files in
(disable-timeout whitespace-rescan-timer)
(setq whitespace-rescan-timer nil))))
+;;;###autoload
+(defalias 'global-whitespace-mode 'whitespace-global-mode)
+
;;;###autoload
(define-minor-mode whitespace-global-mode
"Toggle using Whitespace mode in new buffers.